Keysight VISA.NET Help
WriteBinary(Byte[]) Method



The array of bytes to be added to the formatted I/O write buffer.
Formats the specified array as a raw binary array and adds it to the formatted I/O write buffer.
Syntax
'Declaration
 
Overloads Sub WriteBinary( _
   ByVal data() As Byte _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As Byte
 
instance.WriteBinary(data)
void WriteBinary( 
   byte[] data
)
void WriteBinary( 
   array<byte>^ data
) 

Parameters

data
The array of bytes to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025